home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.3 KB | 32 lines | [TEXT/GEOL] |
- Item 5575343 28-Jan-91 09:27PST
-
- From: PILLAR.CORP Pillar, Foster City,PRT
-
- To: D3738 Siltronix, Richard Good,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- ------------------------------------------------------------------------------
-
- Sub: RE: Printing Multiple Views
-
- Richard,
-
- There a global references to a printhandler in MacApp. The variable is called
- gPrintHandler. I suspect that the non-existent object the system tried to free
- was in gPrintHandler. Somewhere along the way you probably freed a print
- handler and for some reason gPrintHandler was left referring to it.
-
- The second attempt you made -- placing the views to be printed within another
- view -- sounds good to me. The only thing I can think of that might have
- caused you to print nothing is the scrollers. You mention that you have
- several scrollers around, is it possible that the view was somehow scrolled
- "out of sight" and then clipped away. I haven't done much with scrollers so I
- don't know how they behave during printing. I don't know if it will help but
- the last issue of Frameworks (January 1991) has an article I wrote on
- rearranging views during printing.
-
- Good luck,
- Steve Curry
-
-